body{
    font-family: myriad-pro-condensed, sans-serif;
    padding: 0%;
    margin: 0%;
 } 
 
 .header{
     padding: 0px;
 }
 
 .header  .header-desktop {
     display: inherit;
     width: 100%;
   }
   .header .header-mobile {
    display: none;
  }
.Contenedor{
    display: flex;
    color: #595959;
}
  .TextoUno p{
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    line-height: 34px;
    color: #ed1c27;
}

.TextoDos p{
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    color: #606060;
}

.TextoDoss p{
    font-size: 28px;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    color: #606060;
}

.ol li{
    font-size: 25px;
    text-align: left;
    font-weight: 200;
    line-height: 29px;
    color: #606060;
}

.ul li{
    font-size: 23px;
    text-align: left;
    font-weight: 200;
    line-height: 29px;
    color: #606060;
}

 

.TextoTres p{
    font-size: 16px;
    text-align: left;
    font-style: normal; 
    font-weight: 200;
    line-height: 20px;
    color: #606060;
}

.TextoCuatro p{
    font-size: 20px;
    text-align: center;
    font-style: normal; 
    font-weight: 500;
    line-height: 20px;
    color: #606060;
}
 
 
 form{
     background-color: #EDEDED;
     background-size: cover;
     border-radius: 30px;
     padding-top: 50px;
     padding-bottom: 50px;
     padding-left: 100px;
     padding-right: 100px;
    }

    .formulario{
        margin-top: 30px;
        margin-bottom: 80px;
        font-size: 20px;
        font-style: italic;
        color: #606060;
        text-align: left;
    }
    
    .formulario input{
        border-radius: 50px;
    }
    
    .formulario select{
        border-radius: 50px;
    }
    
    .formulario img{
        width: 200px;
    }
    
    .Footer{
        background-color: #797979;
        padding-bottom:15px;
    }
    
    .Footer p{
        color: #fff;
        font-size: 17px;
        padding-top: 20px;
    }
    
    .Footer img{
        width: 200px;
    }


.modal{
    backdrop-filter: blur(8px);
}

.modal-content{
    border-radius: 20px;
}

.modal-header{
    padding-bottom: -10px;
}

.modal-header button{
    background: none;
    border: none;
}


.modal-body b{
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    color: #ed1c27;
}

.modal-body p{
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    color: #606060;
}


.popuptyc p, .popuptyc b, .popuptyc ol{
    font-size: 15px;
    color: #606060;
    font-style: normal;
}


.enlacetyc {
    color: #ed1c27;
    text-decoration: underline;
}
.enlacetyc:hover {
    color: #ed1c27;
}

    @media screen and (max-width: 992px) {
    }
    @media screen and (max-width: 768px) {
    
        .header .header-desktop {
            display: none;
        }
        
        .header .header-mobile {
            display: inherit;
            width: 100%;
        }
        form{
            background-color: #EDEDED;
            background-size: cover;
            border-radius: 30px;
            padding-top: 50px;
            padding-bottom: 50px;
            padding-left: 50px;
            padding-right: 50px;
        
        }
    
        .boton img{
            width: 180px;
        }
    }
    @media screen and (max-width: 576px) {
    }